99c7a3727b489ec0e8130ec1ce430ac100da3f1b,wicket/src/java/wicket/protocol/http/WebRequestCycle.java,WebRequestCycle,invokeInterface,#Page#String#String#,364

Before Change


	private void invokeInterface(final Page page, final String path, final String interfaceName)
	{
		// Set the page for the component as the response page
		setResponsePage(page);
		setInvokePage(page);
		// Invoke interface on the component at the given path on the page
		final Component component = page.get(Strings.afterFirstPathComponent(path, '.'));

After Change


			if(method != null)
			{
				// Set the page for the component as the response page
				setResponsePage(page);
				if(!interfaceName.equals("IRedirectListener"))
				{
					// Clear all feedback messages if it isn't a redirect